@font-face {
    font-family: font;
    src: url(../Vazir/Vazir-Bold-FD.ttf);
}
html,body{
width: 100%;
height: auto;
float: left;
margin: 0;
padding: 0;   
direction: rtl;
}
body *{
    font-family: font;
}
body{
    background-color: #f7f7f75c !important;
}
a{
    text-decoration: none;
}
header{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(80,106,173,1) 100%); */
    background:  linear-gradient(-90deg, rgb(62 61 147) 0%, rgb(211 141 243) 70%);
    padding: 3em 5%;
    box-sizing: border-box;
    /* margin-bottom: 2em; */
    /* background-image: url();
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
}
header h1{
    margin: 0;
    color: white;
}
.m-page-link{
    width: fit-content;
    float: left;
    color: white;
}
.m-page-link span{
    color: rgb(0 0 0);
    background: white;
    border-radius: 100px;
    padding: 0.1em 1em;
    margin-left: 5px;
}
.m-page-link a{
    color: white;
    margin-right: 5px;
}
@media only screen and (max-width:550px){
    header {
        flex-direction: column;
    }
    .m-page-link{
        margin-top: 1.5em;
    }
}